2005-11-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
+ Kjartan Maraas)
+
* gtk/gtk.symbols:
* gtk/gtktreeview.h:
* gtk/gtktreeview.c: Implement a getter for headers-clickable.
2005-11-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
+ Kjartan Maraas)
+
* gtk/gtk.symbols:
* gtk/gtktreeview.h:
* gtk/gtktreeview.c: Implement a getter for headers-clickable.
{
gint part;
gint toggle_size;
- guint l, r, t, b;
+ gint l, r, t, b;
child = children->data;
children = children->next;
if (GTK_WIDGET_VISIBLE (child))
{
gint i;
- guint l, r, t, b;
+ gint l, r, t, b;
get_effective_child_attach (child, &l, &r, &t, &b);
gboolean *is_last_child)
{
GtkMenuPrivate *priv = gtk_menu_get_private (menu);
- guint item_top_attach;
- guint item_bottom_attach;
+ gint item_top_attach;
+ gint item_bottom_attach;
gint child_offset = 0;
gint i;
for (list = menu_shell->children; list; list = list->next)
{
- guint l, r, t, b;
+ gint l, r, t, b;
if (!_gtk_menu_item_is_selectable (list->data))
continue;
{
GtkMenu *menu = GTK_MENU (menu_shell);
gint i;
- guint l, r, t, b;
+ gint l, r, t, b;
GtkWidget *match = NULL;
if (gtk_widget_get_direction (GTK_WIDGET (menu_shell)) == GTK_TEXT_DIR_RTL)